Hello,
I'm working on VLC on iPhone and iPad, which includes a HTTP server that the user can use to upload media to their devices for future playback. Right now, we show the LAN IP along with the hostname.local retrieved through gethostname() as that is usually easier to type than an IP. We'd love to retain that for iOS 17. Would an application for the com.apple.developer.device-information.user-assigned-device-name entitlement make sense in this case?
Thanks for your help!